PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setAlternateDescription Method
An alternative description of the structure element and its children in human-readable form, which is useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
In This Topic
    setAlternateDescription Method
    In This Topic
    Sets the alternate description of the structure element.
    Syntax
    public void setAlternateDescription( 
       java.lang.String value
    )

    Parameters

    value
    An alternative description of the structure element and its children in human-readable form, which is useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
    See Also